|
|
1.1 root 1: EXPORTS = \
2: X.h \
3: XWDFile.h \
4: Xatom.h \
5: Xmd.h \
6: Xproto.h \
7: Xprotostr.h \
8: copyright.h \
9: keysym.h
10:
11: IMPORTS = \
12: $(OLDXMENUSRC)/XMenu.h \
13: $(OLDXLIBSRC)/X10.h \
14: $(XRMSRC)/Xresource.h \
15: $(XLIBSRC)/Xlib.h \
16: $(XLIBSRC)/Xutil.h \
17: $(FONTSRC)/cursorfont.h \
18: $(TOOLKITSRC)/Atoms.h \
19: $(TOOLKITSRC)/ButtonBox.h \
20: $(TOOLKITSRC)/Clock.h \
21: $(TOOLKITSRC)/Command.h \
22: $(TOOLKITSRC)/Intrinsic.h \
23: $(TOOLKITSRC)/Knob.h \
24: $(TOOLKITSRC)/Label.h \
25: $(TOOLKITSRC)/Load.h \
26: $(TOOLKITSRC)/Misc.h \
27: $(TOOLKITSRC)/Quarks.h \
28: $(TOOLKITSRC)/Scroll.h \
29: $(TOOLKITSRC)/TM.h \
30: $(TOOLKITSRC)/Text.h \
31: $(TOOLKITSRC)/TopLevel.h \
32: $(TOOLKITSRC)/VPane.h
33:
34: SUBIMPORTS = \
35: $(EXTENSIONSRC)/include/zoid.h \
36: $(EXTENSIONSRC)/include/bezier.h
37:
38:
39: INSTALLFLAGS = -m 0444
40:
41: all: $(IMPORTS) $(SUBIMPORTS) extensions
42: @-(list=`echo $(IMPORTS) | sed -e 's/[^ ]*\///g'`; set -x; rm $$list)
43: ln -s $(IMPORTS) .
44: @-(list=`echo $(SUBIMPORTS) | sed -e 's/[^ ]*\///g'`; \
45: set -x; cd extensions; rm $$list)
46: @for i in $(SUBIMPORTS); do \
47: (set -x; ln -s ../$$i extensions); \
48: done
49:
50: extensions:
51: mkdir $@
52:
53: InstallMultiple($(EXPORTS),$(INCDIR))
54:
55: depend:
56: @echo "depend: skipping include"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.