Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251781 | Differences between
and this patch

Collapse All | Expand All

(-)jaffm-1.3b/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
#FLAGS=-O3
8
#FLAGS=-O3
9
9
10
jaffm : jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o
10
jaffm : jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o
11
	$(CPP) -Wall $(FLAGS) $(WX_LIBS) jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o -o jaffm
11
	$(CPP) -Wall jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o $(FLAGS) $(WX_LIBS) -o jaffm
12
12
13
uthread.o : uthread.cpp uthread.h
13
uthread.o : uthread.cpp uthread.h
14
	$(CPP) -Wall $(FLAGS) -c $(WX_FLAGS) uthread.cpp -o uthread.o
14
	$(CPP) -Wall $(FLAGS) -c $(WX_FLAGS) uthread.cpp -o uthread.o

Return to bug 251781