| Revision 1329,
395 bytes
checked in by reyalp, 21 months ago
(diff) |
|
svn props for g10
|
-
Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 | curdir=./ |
|---|
| 2 | topdir=../../ |
|---|
| 3 | |
|---|
| 4 | include $(topdir)makefile.inc |
|---|
| 5 | |
|---|
| 6 | CFLAGS+=-DLOW_LEVEL |
|---|
| 7 | |
|---|
| 8 | SUBDIRS=sub |
|---|
| 9 | |
|---|
| 10 | all: all-recursive libplatform.a |
|---|
| 11 | |
|---|
| 12 | OBJS=main.o lib.o wrappers.o kbd.o shooting.o |
|---|
| 13 | # stubs_init.o |
|---|
| 14 | |
|---|
| 15 | kbd.o: kbd.c |
|---|
| 16 | lib.o: lib.c |
|---|
| 17 | main.o: main.c |
|---|
| 18 | shooting.o: shooting.c ../generic/shooting.c |
|---|
| 19 | wrappers.o: wrappers.c ../generic/wrappers.c |
|---|
| 20 | |
|---|
| 21 | libplatform.a: $(OBJS) |
|---|
| 22 | |
|---|
| 23 | clean: clean-recursive |
|---|
| 24 | rm -f $(OBJS) libplatform.a |
|---|
| 25 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.