Subversion Repositories programming

Rev

Rev 328 | Rev 341 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 328 Rev 332
Line 2... Line 2...
2
CFLAGS = -O2 -pipe -g
2
CFLAGS = -O2 -pipe -g
3
 
3
 
4
all:
4
all:
5
	$(CC) $(CFLAGS) elevator.cpp main.cpp controller.cpp -lboost_thread-mt -lm -o elevator
5
	$(CC) $(CFLAGS) elevator.cpp main.cpp controller.cpp -lboost_thread-mt -lm -o elevator
6
 
6
 
-
 
7
quiet:
-
 
8
	$(CC) $(CFLAGS) elevator.cpp main.cpp controller.cpp -DQUIET -lboost_thread-mt -lm -o elevator
-
 
9
 
7
clean:
10
clean:
8
	rm -f *~ *.o elevator
11
	rm -f *~ *.o elevator