Last change
on this file was
5968,
checked in by westram, 16 years ago
|
- new flag -w to aisc_mkpt (add include wrapper)
- uniform style for several include wrappers
- removed duplicated includes
- removed useless nt_concatenate.hxx
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
772 bytes
|
Line | |
---|
1 | |
---|
2 | all: |
---|
3 | echo "Available targets: proto" |
---|
4 | |
---|
5 | GENERATED_HEADERS= \ |
---|
6 | aisc_extern_privat.h \ |
---|
7 | client.h \ |
---|
8 | struct_man.h \ |
---|
9 | server.h \ |
---|
10 | |
---|
11 | AISC_MKPT_FLAGS=-CPE -G |
---|
12 | |
---|
13 | proto: $(GENERATED_HEADERS) |
---|
14 | |
---|
15 | clean: |
---|
16 | rm $(GENERATED_HEADERS) |
---|
17 | |
---|
18 | aisc_extern_privat.h: aisc_extern.c |
---|
19 | $(ARBHOME)/MAKEBIN/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $? >$@.tmp |
---|
20 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
21 | |
---|
22 | client.h: client.c |
---|
23 | $(ARBHOME)/MAKEBIN/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $? >$@.tmp |
---|
24 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
25 | |
---|
26 | struct_man.h: struct_man.c |
---|
27 | $(ARBHOME)/MAKEBIN/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $? >$@.tmp |
---|
28 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
29 | |
---|
30 | server.h: server.c |
---|
31 | $(ARBHOME)/MAKEBIN/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $? >$@.tmp |
---|
32 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
33 | |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.