Enlightenment CVS committal
Author : mej
Project : eterm
Module : libast
Dir : eterm/libast/include/libast
Modified Files:
Makefile.am
Log Message:
Wed Nov 26 17:18:20 2003 Michael Jennings (mej)
Added sysdefs.h so that client programs who don't employ some/all of
the AST_* m4 macros can still get all the #define's they need for the
auto* stuff.
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 20 Feb 2003 05:44:45 -0000 1.13
+++ Makefile.am 26 Nov 2003 22:19:43 -0000 1.14
@@ -2,7 +2,7 @@
EXTRA_HEADERS = \
array.h avl_tree.h dlinked_list.h iterator_if.h linked_list.h list_if.h \
- obj.h regexp.h socket.h str.h tok.h types.h url.h vector_if.h
+ obj.h regexp.h socket.h str.h sysdefs.h tok.h types.h url.h vector_if.h
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(includedir)/$(PACKAGE)
@@ -10,9 +10,12 @@
$(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/$(PACKAGE)/ ; \
done
-EXTRA_DIST = $(EXTRA_HEADERS) types.h.in
+EXTRA_DIST = $(EXTRA_HEADERS) sysdefs.h.in types.h.in
-all: types.h
+all: types.h sysdefs.h
types.h: types.h.in
+ (cd $(top_srcdir) && ./config.status)
+
+sysdefs.h: sysdefs.h.in
(cd $(top_srcdir) && ./config.status)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs