From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../x-cvsweb-markup&sortby=rev/index.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nel/include/Makefile.am?rev=1.1&content-type=text/x-cvsweb-markup&sortby=rev/index.html (limited to 'cvs/cvsweb.cgi/code/nel/include/Makefile.am?rev=1.1&content-type=text') diff --git a/cvs/cvsweb.cgi/code/nel/include/Makefile.am?rev=1.1&content-type=text/x-cvsweb-markup&sortby=rev/index.html b/cvs/cvsweb.cgi/code/nel/include/Makefile.am?rev=1.1&content-type=text/x-cvsweb-markup&sortby=rev/index.html new file mode 100644 index 00000000..87613559 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/include/Makefile.am?rev=1.1&content-type=text/x-cvsweb-markup&sortby=rev/index.html @@ -0,0 +1,44 @@ + + + +code/nel/include/Makefile.am - view - 1.1 + +
[BACK] Return to Makefile.am + CVS log [TXT][DIR] Up to Nevrax / code / nel / include

File: Nevrax / code / nel / include / Makefile.am (download)
+Revision 1.1, Thu Nov 23 15:35:54 2000 UTC (20 months ago) by valignat +
Branch: MAIN +
+Add a Makefile.am in the include directory
+
+

#
+# $Id: Makefile.am,v 1.1 2000/11/23 15:35:54 valignat Exp $
+#
+
+install-exec-local:
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/3d
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/ai
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/db
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/misc
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/net
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/python
+        $(INSTALL_PROGRAM) -d $(includedir)/nel/sys
+        $(INSTALL_DATA) -m a=r `echo nel/*.h`        $(includedir)/nel
+        $(INSTALL_DATA) -m a=r `echo nel/3d/*.h`     $(includedir)/nel/3d
+        $(INSTALL_DATA) -m a=r `echo nel/misc/*.h`   $(includedir)/nel/misc
+        $(INSTALL_DATA) -m a=r `echo nel/net/*.h`    $(includedir)/nel/net
+
+
+uninstall-local:
+        rm -rf $(includedir)/nel
+
+
+dist-hook:
+        cp -pr $(srcdir)/nel $(distdir)
+        rm -rf $(distdir)/CVS $(distdir)/nel/CVS $(distdir)/nel/3d/CVS \
+               $(distdir)/nel/ai/CVS $(distdir)/nel/db/CVS             \
+               $(distdir)/nel/misc/CVS $(distdir)/nel/net/CVS          \
+               $(distdir)/nel/python/CVS $(distdir)/nel/sys/CVS
+
+
+# End of Makefile.am
+
\ No newline at end of file -- cgit v1.2.1