Home modules.gotpike.org
Username: Password: [Create Account]
[Forgot Password?]

Modules

ADT
Database
GTK2
GUI
IP
PiJAX
Public
Sql
Stdio
Subversion
System
Tools
Xosd
lua
v4l2
wx

Recent Changes

Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0

Popular Downloads

Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48


Module Information
GTK2
Viewing contents of GTK2-2.02/Makefile.in

# This line is needed on some machines.
@make_variables@
VPATH=@srcdir@
MODNAME=GTK2
DEST=@prefix@/lib/pike/modules/
OBJS=dummy.o
MODULE_LDFLAGS=@LDFLAGS@ @PGTK_LIBS@ @GTK_LIBS@
MODULE_CFLAGS=@PGTK_CFLAGS@
CONFIG_HEADERS=pgtk_config.h
MODULE_CLEAN_EXTRA=p*.c

# WITH_GTK == 2
#   override -> compile2 -> compile1 -> [SET OBJS] -> all
#
# WITH_GTK == 1
#   override -> compile1 -> [SET OBJS] -> all
#
# WITH_GTK == 0
#   override -> compile0 -> all
#

#MYRUNPIKE=../../pike -DNOT_INSTALLED -m../../master.pike

override:  compile@WITH_GTK@
	@:

@dynamic_module_makefile@

docs:  doc@WITH_GTK@

doc0:

doc1:
	$(RUNPIKE) $(SRCDIR)/new_build_pgtk.pike --source='$(SRCDIR)/source/'\
                   --destination="$(SRCDIR)/refdoc/" \
                   $(SRCDIR)/output/doc-pikeref.pike

doc2: doc1

compile0:
	@echo "Pike-GTK disabled."
	$(MAKE) all

compile1:
	$(RUNPIKE) $(SRCDIR)/new_build_pgtk.pike --source='$(SRCDIR)/source/'\
                   $(SRCDIR)/output/few.pike
	@if [ "x@VPATH_KLUDGE@" = "xyes" ]; then \
	  for f in `cat files_to_compile | sed -e 's/\.o/\.c/g'`; do \
	    test -f "$$f" || ln -s "$(srcdir)/$$f" "$$f"; \
	  done; \
	else :; fi
	@$(MAKE) OBJS="`cat files_to_compile`" \
               CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g' -e 's/-W[^ ]*//g'`" \
                  all

compile2: compile1

options: config.status
	./config.status 

# Do not re-generate the 'dependencies' file in this directory.
depend: 
	@:

# Some hand-made dependencies:

#$(OBJS) : $(SRCDIR)/pgtk.h pgtk_config.h \
# $(SRCDIR)/../../global.h \
# $(SRCDIR)/../../svalue.h \
# $(SRCDIR)/../../program.h \
# $(SRCDIR)/../../pike_types.h \
# $(SRCDIR)/../../interpret.h \
# $(SRCDIR)/../../module_support.h \
# $(SRCDIR)/../../pike_error.h \
# $(SRCDIR)/../../array.h \
# $(SRCDIR)/../../backend.h \
# $(SRCDIR)/../../stralloc.h \
# $(SRCDIR)/../../mapping.h \
# $(SRCDIR)/../../object.h \
# $(SRCDIR)/../../threads.h \
# $(SRCDIR)/../../operators.h


gotpike.org | Copyright © 2004 - 2019 | Pike is a trademark of Department of Computer and Information Science, Linköping University