 30e8968f3b
			
		
	
	30e8968f3b
	
	
	
		
			
			* Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 * Added gdk/gdkkeysyms.h and gdk/gdkcursors.h back into the tree -Shawn
		
			
				
	
	
		
			451 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			451 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile.in generated automatically by automake 1.2 from Makefile.am
 | |
| 
 | |
| # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 | |
| # This Makefile.in is free software; the Free Software Foundation
 | |
| # gives unlimited permission to copy, distribute and modify it.
 | |
| 
 | |
| 
 | |
| SHELL = /bin/sh
 | |
| 
 | |
| srcdir = @srcdir@
 | |
| top_srcdir = @top_srcdir@
 | |
| VPATH = @srcdir@
 | |
| prefix = @prefix@
 | |
| exec_prefix = @exec_prefix@
 | |
| 
 | |
| bindir = @bindir@
 | |
| sbindir = @sbindir@
 | |
| libexecdir = @libexecdir@
 | |
| datadir = @datadir@
 | |
| sysconfdir = @sysconfdir@
 | |
| sharedstatedir = @sharedstatedir@
 | |
| localstatedir = @localstatedir@
 | |
| libdir = @libdir@
 | |
| infodir = @infodir@
 | |
| mandir = @mandir@
 | |
| includedir = @includedir@
 | |
| oldincludedir = /usr/include
 | |
| 
 | |
| pkgdatadir = $(datadir)/@PACKAGE@
 | |
| pkglibdir = $(libdir)/@PACKAGE@
 | |
| pkgincludedir = $(includedir)/@PACKAGE@
 | |
| 
 | |
| top_builddir = .
 | |
| 
 | |
| ACLOCAL = @ACLOCAL@
 | |
| AUTOCONF = @AUTOCONF@
 | |
| AUTOMAKE = @AUTOMAKE@
 | |
| AUTOHEADER = @AUTOHEADER@
 | |
| 
 | |
| INSTALL = @INSTALL@
 | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | |
| INSTALL_DATA = @INSTALL_DATA@
 | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | |
| transform = @program_transform_name@
 | |
| 
 | |
| NORMAL_INSTALL = true
 | |
| PRE_INSTALL = true
 | |
| POST_INSTALL = true
 | |
| NORMAL_UNINSTALL = true
 | |
| PRE_UNINSTALL = true
 | |
| POST_UNINSTALL = true
 | |
| host_alias = @host_alias@
 | |
| host_triplet = @host@
 | |
| CC = @CC@
 | |
| LD = @LD@
 | |
| LIBTOOL = @LIBTOOL@
 | |
| LN_S = @LN_S@
 | |
| MAINT = @MAINT@
 | |
| MAKEINFO = @MAKEINFO@
 | |
| PACKAGE = @PACKAGE@
 | |
| RANLIB = @RANLIB@
 | |
| VERSION = @VERSION@
 | |
| 
 | |
| lib_LTLIBRARIES = libglib.la
 | |
| 
 | |
| libglib_la_SOURCES = \
 | |
| 		garray.c	\
 | |
| 		gcache.c	\
 | |
| 		gerror.c	\
 | |
| 		ghash.c		\
 | |
| 		glist.c		\
 | |
| 		gmem.c		\
 | |
| 		gprimes.c	\
 | |
| 		gslist.c	\
 | |
| 		gtimer.c	\
 | |
| 		gtree.c		\
 | |
| 		gutils.c        \
 | |
| 		gstring.c
 | |
| 
 | |
| include_HEADERS = \
 | |
| 		glib.h
 | |
| 
 | |
| libglib_la_LDFLAGS = -version-info 1:0:0
 | |
| 
 | |
| INCLUDES = -I$(top_srcdir)
 | |
| 
 | |
| BUILT_SOURCES = glib.h
 | |
| 
 | |
| EXTRA_DIST = \
 | |
| 		glib_pre1.h \
 | |
| 		glib_pre2.h \
 | |
| 		makeglib_h
 | |
| 
 | |
| noinst_PROGRAMS = testglib
 | |
| testglib_LDADD = $(top_builddir)/libglib.la
 | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 | |
| CONFIG_HEADER = glibconfig.h
 | |
| CONFIG_CLEAN_FILES = 
 | |
| LTLIBRARIES =  $(lib_LTLIBRARIES)
 | |
| 
 | |
| 
 | |
| DEFS = @DEFS@ -I. -I$(srcdir) -I.
 | |
| CPPFLAGS = @CPPFLAGS@
 | |
| LDFLAGS = @LDFLAGS@
 | |
| LIBS = @LIBS@
 | |
| libglib_la_LIBADD = 
 | |
| libglib_la_OBJECTS =  garray.lo gcache.lo gerror.lo ghash.lo glist.lo \
 | |
| gmem.lo gprimes.lo gslist.lo gtimer.lo gtree.lo gutils.lo gstring.lo
 | |
| PROGRAMS =  $(noinst_PROGRAMS)
 | |
| 
 | |
| testglib_SOURCES = testglib.c
 | |
| testglib_OBJECTS =  testglib.o
 | |
| testglib_DEPENDENCIES =  $(top_builddir)/libglib.la
 | |
| testglib_LDFLAGS = 
 | |
| CFLAGS = @CFLAGS@
 | |
| COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 | |
| LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 | |
| LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 | |
| HEADERS =  $(include_HEADERS)
 | |
| 
 | |
| DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
 | |
| Makefile.in NEWS acconfig.h aclocal.m4 config.guess config.sub \
 | |
| configure configure.in glibconfig.h.in install-sh ltconfig ltmain.sh \
 | |
| missing mkinstalldirs stamp-h.in
 | |
| 
 | |
| 
 | |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 | |
| 
 | |
| TAR = gtar
 | |
| GZIP = --best
 | |
| DEP_FILES =  .deps/garray.P .deps/gcache.P .deps/gerror.P .deps/ghash.P \
 | |
| .deps/glist.P .deps/gmem.P .deps/gprimes.P .deps/gslist.P \
 | |
| .deps/gstring.P .deps/gtimer.P .deps/gtree.P .deps/gutils.P \
 | |
| .deps/testglib.P
 | |
| SOURCES = $(libglib_la_SOURCES) testglib.c
 | |
| OBJECTS = $(libglib_la_OBJECTS) testglib.o
 | |
| 
 | |
| default: all
 | |
| 
 | |
| .SUFFIXES:
 | |
| .SUFFIXES: .c .lo .o
 | |
| $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 | |
| 	cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
 | |
| 
 | |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
 | |
| 	cd $(top_builddir) \
 | |
| 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 | |
| 
 | |
| $(ACLOCAL_M4): @MAINT@ configure.in 
 | |
| 	cd $(srcdir) && $(ACLOCAL)
 | |
| 
 | |
| config.status: $(srcdir)/configure
 | |
| 	$(SHELL) ./config.status --recheck
 | |
| $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 | |
| 	cd $(srcdir) && $(AUTOCONF)
 | |
| 
 | |
| glibconfig.h: stamp-h
 | |
| stamp-h: $(srcdir)/glibconfig.h.in $(top_builddir)/config.status
 | |
| 	cd $(top_builddir) \
 | |
| 	  && CONFIG_FILES= CONFIG_HEADERS=glibconfig.h \
 | |
| 	     $(SHELL) ./config.status
 | |
| 	@echo timestamp > stamp-h
 | |
| $(srcdir)/glibconfig.h.in: @MAINT@$(srcdir)/stamp-h.in
 | |
| $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
 | |
| 	cd $(top_srcdir) && $(AUTOHEADER)
 | |
| 	@echo timestamp > $(srcdir)/stamp-h.in
 | |
| 
 | |
| mostlyclean-hdr:
 | |
| 
 | |
| clean-hdr:
 | |
| 
 | |
| distclean-hdr:
 | |
| 	rm -f glibconfig.h
 | |
| 
 | |
| maintainer-clean-hdr:
 | |
| 
 | |
| mostlyclean-libLTLIBRARIES:
 | |
| 
 | |
| clean-libLTLIBRARIES:
 | |
| 	test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 | |
| 
 | |
| distclean-libLTLIBRARIES:
 | |
| 
 | |
| maintainer-clean-libLTLIBRARIES:
 | |
| 
 | |
| install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 | |
| 	@$(NORMAL_INSTALL)
 | |
| 	$(mkinstalldirs) $(libdir)
 | |
| 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 | |
| 	  if test -f $$p; then \
 | |
| 	    echo "$(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
 | |
| 	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
 | |
| 	  else :; fi; \
 | |
| 	done
 | |
| 
 | |
| uninstall-libLTLIBRARIES:
 | |
| 	$(NORMAL_UNINSTALL)
 | |
| 	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 | |
| 	  $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
 | |
| 	done
 | |
| 
 | |
| .c.o:
 | |
| 	$(COMPILE) -c $<
 | |
| 
 | |
| mostlyclean-compile:
 | |
| 	rm -f *.o core
 | |
| 
 | |
| clean-compile:
 | |
| 
 | |
| distclean-compile:
 | |
| 	rm -f *.tab.c
 | |
| 
 | |
| maintainer-clean-compile:
 | |
| 
 | |
| .c.lo:
 | |
| 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
 | |
| 
 | |
| mostlyclean-libtool:
 | |
| 	rm -f *.lo
 | |
| 
 | |
| clean-libtool:
 | |
| 	rm -rf .libs
 | |
| 
 | |
| distclean-libtool:
 | |
| 
 | |
| maintainer-clean-libtool:
 | |
| 
 | |
| libglib.la: $(libglib_la_OBJECTS) $(libglib_la_DEPENDENCIES)
 | |
| 	$(LINK) -rpath $(libdir) $(libglib_la_LDFLAGS) $(libglib_la_OBJECTS) $(libglib_la_LIBADD) $(LIBS)
 | |
| 
 | |
| mostlyclean-noinstPROGRAMS:
 | |
| 
 | |
| clean-noinstPROGRAMS:
 | |
| 	test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 | |
| 
 | |
| distclean-noinstPROGRAMS:
 | |
| 
 | |
| maintainer-clean-noinstPROGRAMS:
 | |
| 
 | |
| testglib: $(testglib_OBJECTS) $(testglib_DEPENDENCIES)
 | |
| 	@rm -f testglib
 | |
| 	$(LINK) $(testglib_LDFLAGS) $(testglib_OBJECTS) $(testglib_LDADD) $(LIBS)
 | |
| 
 | |
| install-includeHEADERS: $(include_HEADERS)
 | |
| 	@$(NORMAL_INSTALL)
 | |
| 	$(mkinstalldirs) $(includedir)
 | |
| 	@list='$(include_HEADERS)'; for p in $$list; do \
 | |
| 	  echo " $(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p"; \
 | |
| 	  $(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
 | |
| 	done
 | |
| 
 | |
| uninstall-includeHEADERS:
 | |
| 	$(NORMAL_UNINSTALL)
 | |
| 	list='$(include_HEADERS)'; for p in $$list; do \
 | |
| 	  rm -f $(includedir)/$$p; \
 | |
| 	done
 | |
| 
 | |
| tags: TAGS
 | |
| 
 | |
| ID: $(HEADERS) $(SOURCES)
 | |
| 	here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
 | |
| 
 | |
| TAGS:  $(HEADERS) $(SOURCES) glibconfig.h.in $(TAGS_DEPENDENCIES)
 | |
| 	tags=; \
 | |
| 	here=`pwd`; \
 | |
| 	test -z "$(ETAGS_ARGS)glibconfig.h.in$(SOURCES)$(HEADERS)$$tags" \
 | |
| 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags glibconfig.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
 | |
| 
 | |
| mostlyclean-tags:
 | |
| 
 | |
| clean-tags:
 | |
| 
 | |
| distclean-tags:
 | |
| 	rm -f TAGS ID
 | |
| 
 | |
| maintainer-clean-tags:
 | |
| 
 | |
| distdir = $(PACKAGE)-$(VERSION)
 | |
| top_distdir = $(distdir)
 | |
| 
 | |
| # This target untars the dist file and tries a VPATH configuration.  Then
 | |
| # it guarantees that the distribution is self-contained by making another
 | |
| # tarfile.
 | |
| distcheck: dist
 | |
| 	rm -rf $(distdir)
 | |
| 	GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
 | |
| 	mkdir $(distdir)/=build
 | |
| 	mkdir $(distdir)/=inst
 | |
| 	dc_install_base=`cd $(distdir)/=inst && pwd`; \
 | |
| 	cd $(distdir)/=build \
 | |
| 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
 | |
| 	  && $(MAKE) \
 | |
| 	  && $(MAKE) dvi \
 | |
| 	  && $(MAKE) check \
 | |
| 	  && $(MAKE) install \
 | |
| 	  && $(MAKE) installcheck \
 | |
| 	  && $(MAKE) dist
 | |
| 	rm -rf $(distdir)
 | |
| 	@echo "========================"; \
 | |
| 	echo "$(distdir).tar.gz is ready for distribution"; \
 | |
| 	echo "========================"
 | |
| dist: distdir
 | |
| 	-chmod -R a+r $(distdir)
 | |
| 	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
 | |
| 	rm -rf $(distdir)
 | |
| dist-all: distdir
 | |
| 	-chmod -R a+r $(distdir)
 | |
| 	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
 | |
| 	rm -rf $(distdir)
 | |
| distdir: $(DISTFILES)
 | |
| 	rm -rf $(distdir)
 | |
| 	mkdir $(distdir)
 | |
| 	-chmod 777 $(distdir)
 | |
| 	here=`cd $(top_builddir) && pwd`; \
 | |
| 	top_distdir=`cd $(top_distdir) && pwd`; \
 | |
| 	cd $(top_srcdir) \
 | |
| 	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
 | |
| 	@for file in $(DISTFILES); do \
 | |
| 	  d=$(srcdir); \
 | |
| 	  test -f $(distdir)/$$file \
 | |
| 	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 | |
| 	  || cp -p $$d/$$file $(distdir)/$$file; \
 | |
| 	done
 | |
| 
 | |
| MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 | |
| 
 | |
| DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 | |
| -include .deps/.P
 | |
| .deps/.P: $(BUILT_SOURCES)
 | |
| 	echo > $@
 | |
| 
 | |
| -include $(DEP_FILES)
 | |
| 
 | |
| mostlyclean-depend:
 | |
| 
 | |
| clean-depend:
 | |
| 
 | |
| distclean-depend:
 | |
| 
 | |
| maintainer-clean-depend:
 | |
| 	rm -rf .deps
 | |
| 
 | |
| .deps/%.P: %.c
 | |
| 	@echo "Computing dependencies for $<..."
 | |
| 	@o='o'; \
 | |
| 	test -n "$o" && o='$$o'; \
 | |
| 	$(MKDEP) $< >$@.tmp \
 | |
| 	  && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
 | |
| 	  && rm -f $@.tmp
 | |
| info:
 | |
| dvi:
 | |
| check: all
 | |
| 	$(MAKE)
 | |
| installcheck:
 | |
| install-exec: install-libLTLIBRARIES
 | |
| 	@$(NORMAL_INSTALL)
 | |
| 
 | |
| install-data: install-includeHEADERS
 | |
| 	@$(NORMAL_INSTALL)
 | |
| 
 | |
| install: install-exec install-data all
 | |
| 	@:
 | |
| 
 | |
| uninstall: uninstall-libLTLIBRARIES uninstall-includeHEADERS
 | |
| 
 | |
| all: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) glibconfig.h
 | |
| 
 | |
| install-strip:
 | |
| 	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
 | |
| installdirs:
 | |
| 	$(mkinstalldirs)  $(libdir) $(includedir)
 | |
| 
 | |
| 
 | |
| mostlyclean-generic:
 | |
| 	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 | |
| 
 | |
| clean-generic:
 | |
| 	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 | |
| 
 | |
| distclean-generic:
 | |
| 	rm -f Makefile $(DISTCLEANFILES)
 | |
| 	rm -f config.cache config.log stamp-h stamp-h[0-9]*
 | |
| 	test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 | |
| 
 | |
| maintainer-clean-generic:
 | |
| 	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 | |
| 	test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 | |
| mostlyclean:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
 | |
| 		mostlyclean-compile mostlyclean-libtool \
 | |
| 		mostlyclean-noinstPROGRAMS mostlyclean-tags \
 | |
| 		mostlyclean-depend mostlyclean-generic
 | |
| 
 | |
| clean:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
 | |
| 		clean-noinstPROGRAMS clean-tags clean-depend \
 | |
| 		clean-generic mostlyclean
 | |
| 
 | |
| distclean:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
 | |
| 		distclean-libtool distclean-noinstPROGRAMS \
 | |
| 		distclean-tags distclean-depend distclean-generic clean
 | |
| 	rm -f config.status
 | |
| 	rm -f libtool
 | |
| 
 | |
| maintainer-clean:  maintainer-clean-hdr maintainer-clean-libLTLIBRARIES \
 | |
| 		maintainer-clean-compile maintainer-clean-libtool \
 | |
| 		maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
 | |
| 		maintainer-clean-depend maintainer-clean-generic \
 | |
| 		distclean
 | |
| 	@echo "This command is intended for maintainers to use;"
 | |
| 	@echo "it deletes files that may require special tools to rebuild."
 | |
| 	rm -f config.status
 | |
| 
 | |
| .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
 | |
| maintainer-clean-hdr mostlyclean-libLTLIBRARIES \
 | |
| distclean-libLTLIBRARIES clean-libLTLIBRARIES \
 | |
| maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
 | |
| install-libLTLIBRARIES mostlyclean-compile distclean-compile \
 | |
| clean-compile maintainer-clean-compile mostlyclean-libtool \
 | |
| distclean-libtool clean-libtool maintainer-clean-libtool \
 | |
| mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
 | |
| clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
 | |
| uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
 | |
| distclean-tags clean-tags maintainer-clean-tags distdir \
 | |
| mostlyclean-depend distclean-depend clean-depend \
 | |
| maintainer-clean-depend info dvi installcheck install-exec install-data \
 | |
| install uninstall all installdirs mostlyclean-generic distclean-generic \
 | |
| clean-generic maintainer-clean-generic clean mostlyclean distclean \
 | |
| maintainer-clean
 | |
| 
 | |
| 
 | |
| glib.h: glibconfig.h glib_pre1.h glib_pre2.h
 | |
| 	$(srcdir)/makeglib_h $(srcdir)/glib_pre1.h \
 | |
| 	$(top_builddir)/glibconfig.h \
 | |
| 	$(srcdir)/glib_pre2.h > $@
 | |
| 
 | |
| .PHONY: files release
 | |
| 
 | |
| files:
 | |
| 	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
 | |
| 	  echo $$p; \
 | |
| 	done
 | |
| 
 | |
| release:
 | |
| 	$(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
 | |
| 
 | |
| $(DEP_FILES) : $(BUILT_SOURCES)
 | |
| 
 | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables.
 | |
| # Otherwise a system limit (for SysV at least) may be exceeded.
 | |
| .NOEXPORT:
 |