- Timestamp:
- 09/07/06 16:40:08 (4 years ago)
- Files:
-
- 1 modified
-
libbst/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libbst/Makefile
r66 r67 1 1 #DEBUG = -DDEBUG 2 CFLAGS = -O3 -pipe -g 2 CFLAGS = -O3 -pipe -g ${DEBUG} 3 3 LDFLAGS = -lm 4 4 .c.o: 5 gcc -c ${ DEBUG} $<5 gcc -c ${CFLAGS} $< 6 6 7 7 all: libbst.o test 8 8 9 9 test: libbst.o libbst_test.o test.o 10 gcc ${CFLAGS} ${ DEBUG} ${LDFLAGS} -o $@ libbst.o libbst_test.o test.o10 gcc ${CFLAGS} ${LDFLAGS} -o $@ libbst.o libbst_test.o test.o 11 11 12 12 clean:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)