Last change
on this file was
18729,
checked in by westram, 3 years ago
|
- eliminate trailing whitespace from Makefiles.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
884 bytes
|
Line | |
---|
1 | |
---|
2 | all: |
---|
3 | echo "Available targets: proto" |
---|
4 | |
---|
5 | GENERATED_HEADERS= \ |
---|
6 | aisc_extern_privat.h \ |
---|
7 | client.h \ |
---|
8 | server.h \ |
---|
9 | struct_man.h \ |
---|
10 | |
---|
11 | AISC_MKPT_FLAGS=-P -G |
---|
12 | MKPT_DEP=../../AISC_MKPTPS/aisc_mkpt Makefile |
---|
13 | |
---|
14 | proto: |
---|
15 | $(MAKE) $(GENERATED_HEADERS) |
---|
16 | |
---|
17 | clean: |
---|
18 | rm $(GENERATED_HEADERS) |
---|
19 | |
---|
20 | aisc_extern_privat.h: aisc_extern.c $(MKPT_DEP) |
---|
21 | $(ARBHOME)/AISC_MKPTPS/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $< >$@.tmp |
---|
22 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
23 | |
---|
24 | client.h: client.c $(MKPT_DEP) |
---|
25 | $(ARBHOME)/AISC_MKPTPS/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $< >$@.tmp |
---|
26 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
27 | |
---|
28 | struct_man.h: struct_man.c $(MKPT_DEP) |
---|
29 | $(ARBHOME)/AISC_MKPTPS/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $< >$@.tmp |
---|
30 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
31 | |
---|
32 | server.h: server.c $(MKPT_DEP) |
---|
33 | $(ARBHOME)/AISC_MKPTPS/aisc_mkpt $(AISC_MKPT_FLAGS) -w $@ $< >$@.tmp |
---|
34 | $(ARBHOME)/SOURCE_TOOLS/mv_if_diff $@.tmp $@ |
---|
35 | |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.