source: tags/initial/NAMES/Makefile

Last change on this file was 2, checked in by oldcode, 23 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
3OBJECTS = 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)
10depend:
11        $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECTS:.o=.cxx)
12# DO NOT DELETE THIS LINE -- make depend depends on it.
13
14names.o: 
15names.o: 
16names.o: 
17names.o: 
18names.o: 
19names.o: 
20names.o: 
21names.o: $(ARBHOME)/INCLUDE/names_server.h
22names.o: $(ARBHOME)/INCLUDE/names_client.h names.h
23names.o: $(ARBHOME)/INCLUDE/arbdb.h
24names.o: $(ARBHOME)/INCLUDE/ad_prot.h
25names.o: $(ARBHOME)/INCLUDE/names_prototypes.h
26names.o: $(ARBHOME)/INCLUDE/server.h
27names.o: $(ARBHOME)/INCLUDE/client.h
28names.o: $(ARBHOME)/INCLUDE/servercntrl.h
29names.o: $(ARBHOME)/INCLUDE/struct_man.h
Note: See TracBrowser for help on using the repository browser.