Update of /cvsroot/liboss/liboss/include
In directory usw-pr-cvs1:/tmp/cvs-serv5021/include
Modified Files:
Makefile.am
Removed Files:
audioio.h soundcard.h soundcard_oss.h
Log Message:
moved the includes around a bit
Index: Makefile.am
===================================================================
RCS file: /cvsroot/liboss/liboss/include/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 6 Nov 2002 03:14:54 -0000 1.4
+++ Makefile.am 6 Nov 2002 19:10:22 -0000 1.5
@@ -1,38 +1 @@
-##
-## Process this file with automake to produce Makefile.in
-##
-
-include_HEADERS = audioio.h soundcard.h
-
-noinst_HEADERS =
-
-###
-# Install header files (default=$includedir/liboss)
-#
-install-includeHEADERS:
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(includedir)/liboss
- @list='$(include_HEADERS)'; for p in $$list; do \
- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/liboss/$$p"; \
- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/liboss/$$p; \
- done
-
-###
-# Remove them
-#
-uninstall-includeHEADERS:
- @$(NORMAL_UNINSTALL)
- list='$(include_HEADERS)'; for p in $$list; do \
- rm -f $(DESTDIR)$(includedir)/liboss/$$p; \
- done
-
-
-mostlyclean-generic:
- -rm -f *~ \#* .*~ .\#*
-
-
-maintainer-clean-generic:
- -@echo "This command is intended for maintainers to use;"
- -@echo "it deletes files that may require special tools to rebuild."
- -rm -f Makefile.in
+SUBDIRS = liboss
--- audioio.h DELETED ---
--- soundcard.h DELETED ---
--- soundcard_oss.h DELETED ---
|