Changeset df49c60 in rtems for cpukit/libnetworking/sys/Makefile.am
- Timestamp:
- Jun 12, 2000, 3:00:15 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/sys/Makefile.am
r0ab65474 rdf49c60 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 EXTRA_DIST= buf.h callout.h cdefs.h conf.h domain.h filio.h ioccom.h \7 H_FILES = buf.h callout.h cdefs.h conf.h domain.h filio.h ioccom.h \ 8 8 ioctl.h kernel.h libkern.h malloc.h mbuf.h mount.h param.h proc.h \ 9 9 protosw.h queue.h reboot.h resourcevar.h rtprio.h select.h signalvar.h \ 10 10 socket.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \ 11 ttycom.h ttydefaults.h ucred.h uio.h 11 ttycom.h ttydefaults.h ucred.h uio.h un.h 12 13 noinst_HEADERS = $(H_FILES) 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 16 17 $(PROJECT_INCLUDE)/sys: 18 @$(mkinstalldirs) $@ 19 20 $(PROJECT_INCLUDE)/sys/%.h: %.h 21 $(INSTALL_DATA) $< $@ 22 23 all-local: $(PREINSTALL_FILES) 12 24 13 25 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.