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:
812 bytes
|
Line | |
---|
1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
2 | .SUFFIXES: .o .cxx .c |
---|
3 | OBJECTS = names.o |
---|
4 | $(MAIN): $(OBJECTS) |
---|
5 | $(AR) $(MAIN) $(OBJECTS) |
---|
6 | .c.o: |
---|
7 | $(ACC) $(cflags) -c $< $(AINCLUDES) |
---|
8 | .cxx.o: |
---|
9 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) |
---|
10 | depend: |
---|
11 | $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECTS:.o=.cxx) |
---|
12 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
13 | |
---|
14 | names.o: |
---|
15 | names.o: |
---|
16 | names.o: |
---|
17 | names.o: |
---|
18 | names.o: |
---|
19 | names.o: |
---|
20 | names.o: |
---|
21 | names.o: $(ARBHOME)/INCLUDE/names_server.h |
---|
22 | names.o: $(ARBHOME)/INCLUDE/names_client.h names.h |
---|
23 | names.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
24 | names.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
25 | names.o: $(ARBHOME)/INCLUDE/names_prototypes.h |
---|
26 | names.o: $(ARBHOME)/INCLUDE/server.h |
---|
27 | names.o: $(ARBHOME)/INCLUDE/client.h |
---|
28 | names.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
29 | names.o: $(ARBHOME)/INCLUDE/struct_man.h |
---|
Note: See
TracBrowser
for help on using the repository browser.