source: tags/initial/WETC/Makefile

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: 659 bytes
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx
4
5CPP_OBJECTS = WETC_main.o
6
7$(MAIN): $(CPP_OBJECTS)
8        $(AR) $(MAIN) $(CPP_OBJECTS)
9
10.cxx.o: 
11        $(CPP) $(cflags) -c -o $@ $(@:.o=.cxx)  $(CPPINCLUDES)
12
13depend:
14        $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx)
15
16
17# DO NOT DELETE THIS LINE -- make depend depends on it.
18
19WETC_main.o: 
20WETC_main.o: 
21WETC_main.o: 
22WETC_main.o: $(ARBHOME)/INCLUDE/arbdb.h
23WETC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
24WETC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
25WETC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
26WETC_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
27WETC_main.o: $(ARBHOME)/INCLUDE/awt.hxx
Note: See TracBrowser for help on using the repository browser.