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