source: rtems/cpukit/httpd/preinstall.am @ cf04e8ac

4.104.114.84.95
Last change on this file since cf04e8ac was 2eb7d07e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/06 at 06:20:35

Regenerate.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES = $(PREINSTALL_DIRS)
10
11all-local: $(TMPINSTALL_FILES)
12
13TMPINSTALL_FILES =
14CLEANFILES = $(TMPINSTALL_FILES)
15
16all-am: $(PREINSTALL_FILES)
17
18PREINSTALL_FILES =
19CLEANFILES += $(PREINSTALL_FILES)
20
21$(PROJECT_LIB)/$(dirstamp):
22        @$(mkdir_p) $(PROJECT_LIB)
23        @: > $(PROJECT_LIB)/$(dirstamp)
24PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
25
26$(PROJECT_INCLUDE)/$(dirstamp):
27        @$(mkdir_p) $(PROJECT_INCLUDE)
28        @: > $(PROJECT_INCLUDE)/$(dirstamp)
29PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
30
31if HAS_NETWORKING
32if HAS_POSIX
33$(PROJECT_INCLUDE)/goahead/$(dirstamp):
34        @$(mkdir_p) $(PROJECT_INCLUDE)/goahead
35        @: > $(PROJECT_INCLUDE)/goahead/$(dirstamp)
36PREINSTALL_DIRS += $(PROJECT_INCLUDE)/goahead/$(dirstamp)
37
38$(PROJECT_INCLUDE)/rtems_webserver.h: rtems_webserver.h $(PROJECT_INCLUDE)/$(dirstamp)
39        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems_webserver.h
40PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems_webserver.h
41
42$(PROJECT_INCLUDE)/goahead/ej.h: ej.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/ej.h
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/ej.h
45
46$(PROJECT_INCLUDE)/goahead/ejIntrn.h: ejIntrn.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
47        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/ejIntrn.h
48PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/ejIntrn.h
49
50$(PROJECT_INCLUDE)/goahead/emfdb.h: emfdb.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
51        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/emfdb.h
52PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/emfdb.h
53
54$(PROJECT_INCLUDE)/goahead/md5.h: md5.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
55        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/md5.h
56PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/md5.h
57
58$(PROJECT_INCLUDE)/goahead/uemf.h: uemf.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
59        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/uemf.h
60PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/uemf.h
61
62$(PROJECT_INCLUDE)/goahead/um.h: um.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
63        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/um.h
64PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/um.h
65
66$(PROJECT_INCLUDE)/goahead/webs.h: webs.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
67        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/webs.h
68PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/webs.h
69
70$(PROJECT_INCLUDE)/goahead/wsIntrn.h: wsIntrn.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
71        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/wsIntrn.h
72PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/wsIntrn.h
73
74$(PROJECT_LIB)/libhttpd.a: libhttpd.a $(PROJECT_LIB)/$(dirstamp)
75        $(INSTALL_DATA) $< $(PROJECT_LIB)/libhttpd.a
76TMPINSTALL_FILES += $(PROJECT_LIB)/libhttpd.a
77endif
78endif
Note: See TracBrowser for help on using the repository browser.