Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
686 bytes
|
Line | |
---|
1 | # The file, where all structures are described |
---|
2 | MAIN_SOURCE = ors.aisc |
---|
3 | |
---|
4 | # Your own server functions |
---|
5 | PRIVATE_SERVER_OBJECTS = ors_extern.o |
---|
6 | |
---|
7 | # Do you want to create save and load |
---|
8 | AISC_SAVE = NO |
---|
9 | COMPILER = $(CPP) $(cflags) |
---|
10 | CLIENTCOMPILER = $(CPP) $(cflags) |
---|
11 | |
---|
12 | # DONT CHANGE THE NEXT LINES |
---|
13 | server.a: $(MAIN_SOURCE) $(PRIVATE_SERVER_OBJECTS:.o=.c) |
---|
14 | $(MAKE) -r $(makeflags) -f AISC/Makefile \ |
---|
15 | "MAIN_SOURCE=$(MAIN_SOURCE)" \ |
---|
16 | "PRIVATE_SERVER_OBJECTS = $(PRIVATE_SERVER_OBJECTS)" \ |
---|
17 | "AISC_SAVE = $(AISC_SAVE)" "COMPILER = $(COMPILER)" \ |
---|
18 | "CLIENTCOMPILER = $(CLIENTCOMPILER)" "AR = $(AR)" |
---|
19 | |
---|
20 | depend: |
---|
21 | @echo "MGR COM no automatic dependencies" |
---|
22 | clean: |
---|
23 | $(MAKE) $(makeflags) -f AISC/Makefile clean |
---|
Note: See
TracBrowser
for help on using the repository browser.