root/libbst/Makefile
| Revision 67, 273 bytes (checked in by aqua, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #DEBUG = -DDEBUG |
| 2 | CFLAGS = -O3 -pipe -g ${DEBUG} |
| 3 | LDFLAGS = -lm |
| 4 | .c.o: |
| 5 | gcc -c ${CFLAGS} $< |
| 6 | |
| 7 | all: libbst.o test |
| 8 | |
| 9 | test: libbst.o libbst_test.o test.o |
| 10 | gcc ${CFLAGS} ${LDFLAGS} -o $@ libbst.o libbst_test.o test.o |
| 11 | |
| 12 | clean: |
| 13 | rm -rf libbst.o libbst_test.o test.o test test.out |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)