CVS: is/lib Makefile.am,1.15,1.16
Andres Salomon <[email protected]> Wed, 04 Dec 2002 21:39:47 -0800
| Newsgroups | gmane.comp.file-systems.intermezzo.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/intermezzo/is/lib In directory sc8-pr-cvs1:/tmp/cvs-serv1441/lib Modified Files: Makefile.am Log Message: Remove explicit dependancies on fs24 Index: Makefile.am =================================================================== RCS file: /cvsroot/intermezzo/is/lib/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -U2 -r1.15 -r1.16 --- Makefile.am 17 May 2002 00:38:10 -0000 1.15 +++ Makefile.am 5 Dec 2002 05:39:45 -0000 1.16 @@ -1,3 +1,3 @@ -INCLUDES= $(GLIB2_CFLAGS) -I$(top_srcdir)/fs24 $(CURL_CFLAGS) +INCLUDES= $(GLIB2_CFLAGS) -I$(top_srcdir)/@KERNDIR@ $(CURL_CFLAGS) KERNELLINKS = kml_unpack.c @@ -6,5 +6,8 @@ $(KERNELLINKS): link-stamp link-stamp: - list='$(KERNELLINKS)'; for f in $$list; do echo $$f ; ln -snf $(top_srcdir)/fs24/$$f .; done + if test ! -z "@KERNDIR@"; then \ + echo "kerndir: @KERNDIR@"; \ + list='$(KERNELLINKS)'; for f in $$list; do echo $$f ; ln -snf $(top_srcdir)/@KERNDIR@/$$f .; done ; \ + fi echo timestamp > link-stamp ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en