source: rtems/cpukit/httpd/preinstall.am @ 54650f51

4.104.114.84.95
Last change on this file since 54650f51 was 956dfedf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 04:56:37

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
11TMPINSTALL_FILES =
12CLEANFILES = $(TMPINSTALL_FILES)
13
14PREINSTALL_FILES =
15CLEANFILES += $(PREINSTALL_FILES)
16
17$(PROJECT_LIB)/$(dirstamp):
18        @$(mkdir_p) $(PROJECT_LIB)
19        @: > $(PROJECT_LIB)/$(dirstamp)
20PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
21
22$(PROJECT_INCLUDE)/$(dirstamp):
23        @$(mkdir_p) $(PROJECT_INCLUDE)
24        @: > $(PROJECT_INCLUDE)/$(dirstamp)
25PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
26
27if HAS_NETWORKING
28if HAS_POSIX
29$(PROJECT_INCLUDE)/goahead/$(dirstamp):
30        @$(mkdir_p) $(PROJECT_INCLUDE)/goahead
31        @: > $(PROJECT_INCLUDE)/goahead/$(dirstamp)
32PREINSTALL_DIRS += $(PROJECT_INCLUDE)/goahead/$(dirstamp)
33
34$(PROJECT_INCLUDE)/rtems_webserver.h: rtems_webserver.h $(PROJECT_INCLUDE)/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems_webserver.h
36PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems_webserver.h
37
38$(PROJECT_INCLUDE)/goahead/ej.h: ej.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
39        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/ej.h
40PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/ej.h
41
42$(PROJECT_INCLUDE)/goahead/ejIntrn.h: ejIntrn.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/ejIntrn.h
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/ejIntrn.h
45
46$(PROJECT_INCLUDE)/goahead/emfdb.h: emfdb.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
47        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/emfdb.h
48PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/emfdb.h
49
50$(PROJECT_INCLUDE)/goahead/md5.h: md5.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
51        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/md5.h
52PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/md5.h
53
54$(PROJECT_INCLUDE)/goahead/uemf.h: uemf.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
55        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/uemf.h
56PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/uemf.h
57
58$(PROJECT_INCLUDE)/goahead/um.h: um.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
59        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/um.h
60PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/um.h
61
62$(PROJECT_INCLUDE)/goahead/webs.h: webs.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
63        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/webs.h
64PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/webs.h
65
66$(PROJECT_INCLUDE)/goahead/wsIntrn.h: wsIntrn.h $(PROJECT_INCLUDE)/goahead/$(dirstamp)
67        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/wsIntrn.h
68PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/wsIntrn.h
69
70$(PROJECT_LIB)/libhttpd.a: libhttpd.a $(PROJECT_LIB)/$(dirstamp)
71        $(INSTALL_DATA) $< $(PROJECT_LIB)/libhttpd.a
72TMPINSTALL_FILES += $(PROJECT_LIB)/libhttpd.a
73endif
74endif
Note: See TracBrowser for help on using the repository browser.