|
Last change
on this file was
2,
checked in by oldcode, 25 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
446 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | # The file, where all structures are described |
|---|
| 4 | MAIN_SOURCE = mgr.aisc |
|---|
| 5 | |
|---|
| 6 | # Your own server functions |
|---|
| 7 | PRIVATE_SERVER_OBJECTS = mgr_extern.o |
|---|
| 8 | |
|---|
| 9 | # Do you want to create save and load |
|---|
| 10 | AISC_SAVE = NO |
|---|
| 11 | |
|---|
| 12 | server.a: $(MAIN_SOURCE) $(PRIVATE_SERVER_OBJECTS:.o=.c) |
|---|
| 13 | make $(makeflags) -f AISC/Makefile "MAIN_SOURCE=$(MAIN_SOURCE)" "PRIVATE_SERVER_OBJECTS = $(PRIVATE_SERVER_OBJECTS)" "AISC_SAVE = $(AISC_SAVE)" |
|---|
| 14 | |
|---|
| 15 | clean: |
|---|
| 16 | make $(makeflags) -f AISC/Makefile clean |
|---|
Note: See
TracBrowser
for help on using the repository browser.