xenocara/app/xlockmore/xglock/Makefile.in
2006-11-26 11:07:42 +00:00

207 lines
4.8 KiB
Makefile

# $Id : Makefile.in 4.04 1997/07/10 $
#
# xlockmore Makefile.in for autoconf (UNIX/VMS X11 support)
############################################################
# @SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
N=
O=.@OBJEXT@
#O=.obj
C=.c
#C=.cc
S=$(N) $(N)
#S=,
E=@EXEEXT@
#E=.exe
# please define
# C as the C source code extension
# O as the object extension
# S as the separator for object code
####################################################################
# List of object files
XGLOCKOBJS = xglock$(O)
# List of source files
XGLOCKSRCS = $(VPATH)/xglock$(C)
# default target
all : @XGLOCK@
# this tells GNU make not to export variables into the environment
# But other makes do not understand its significance, so it must
# not be the first target in the file. So it is here, before
# any variables are created, but after the default target
.NOEXPORT :
SHELL = /bin/sh
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
datadir = @datadir@
mandir = @mandir@/man1
CONFIGDIR = $(srcdir)/config/
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTPGMFLAGS = @INSTPGMFLAGS@
#CC = cc -g
#CC = cc -Ac -g
#CC = cc -Xc -g
#CC = acc -g
#CC = CC -g
#CC = gcc -g -Wall -ansi -pedantic
#CC = gcc -g -Wall
#CC = g++ -g -Wall
CC = @CC@
#LINT = lint
LINT = lint -Ncheck=%all
#LINT = alint
#DEPEND = makedepend
DEPEND = @DEPEND@
DEPEND_FLAGS = @DEPEND_FLAGS@
DEPEND_DEFINES = @DEPEND_DEFINES@
LN_S = @LN_S@
RM = rm -f
RM_S = $(RM)
ECHO = echo
#BLN_S = set file/enter=[]
#RM = delete/noconfirm/nolog
#RM_S = set file/remove/nolog
#ECHO = write sys$output
DEFS = @DEFS@ $(DEFINES) -DXGLOCKRC_FILE=\"$(datadir)/xlock/xglockrc\"
XGLOCKINC = @XGLOCKINC@ -I.. -I$(top_srcdir)
CFLAGS = @GTK_CFLAGS@ @CFLAGS@
#CFLAGS = -O
#CFLAGS = -g
XGLOCKLDFLAGS = @XGLOCKLDFLAGS@
XLIBS = @XLIBS@
XGLOCKLIBS = @XGLOCKLIBS@
#If you have purify, and want to use it, uncomment this definition or
# run the make as `make PURIFY=purify'
# or run configure with the --with-purify argument.
PURIFY = @PURIFY@
xglock : $(XGLOCKOBJS)
$(PURIFY) $(CC) -o $@ $(XGLOCKOBJS) $(XGLOCKLDFLAGS) $(XGLOCKLIBS)
@ $(ECHO) "$@ BUILD COMPLETE"
@ $(ECHO) ""
.SUFFIXES : $(C) $(O)
$(C)$(O) :
$(CC) -c $(CPPFLAGS) $(DEFS) $(XGLOCKINC) $(CFLAGS) $<
install : @INSTALL_XGLOCK@
install_xglock : install-program install-man install-ad
@ $(ECHO) "$@ COMPLETE"
@ $(ECHO) ""
install-program : xglock
$(top_srcdir)/mkinstalldirs $(bindir)
$(INSTALL_PROGRAM) xglock$(E) $(bindir)
install-man :
install-ad :
$(top_srcdir)/mkinstalldirs $(datadir)/xlock
$(INSTALL_PROGRAM) $(top_srcdir)/xglock/xglockrc $(datadir)/xlock/xglockrc
uninstall : @UNINSTALL_XGLOCK@
uninstall_xglock : uninstall-program uninstall-man uninstall-ad
uninstall-program :
$(RM) $(bindir)/xglock$(E)
uninstall-man :
uninstall-ad :
$(RM) $(datadir)/xlock/xglockrc
install.program : install-program
install.man : install-man
install.ad : install-ad
uninstall.program : uninstall-program
uninstall.man : uninstall-man
uninstall.ad : uninstall-ad
depend :
lint :
$(LINT) -ax -DLINT $(DEFS) $(XGLOCKINC) $(XGLOCKSRCS)
xrdb :
man :
html :
hlp :
clean :
$(RM) *.o core *~ *% *.bak *.orig *.rej make.log MakeOut *.patch .pure
$(RM) xglock xglock.exe
distclean : clean
$(RM) Makefile
clean.all : distclean
# Adds all current dependencies to Makefile
depend :
$(DEPEND) -s '# DO NOT DELETE: updated by make depend' \
$(DEPEND_FLAGS) -- \
$(XGLOCKINC) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) -- \
$(XGLOCKSRCS)
# Adds some dependencies to Makefile.in -- not totally accurate, but pretty
# close. This excludes dependencies on files in /usr/include, etc. It tries
# to include only dependencies on files which are themselves a part of this
# package. -w 0
distdepend :
@echo updating dependencies in `pwd`/Makefile.in... ; \
$(DEPEND) -w 0 -f - \
-s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \
$(XGLOCKINC) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) -- \
$(XGLOCKSRCS) | \
( \
awk '/^#.*Id : Makefile.in/,/^# DO .*distdepend/' < Makefile.in ; \
sed -e 's@ \./@ @g;s@ /[^ ]*@@g;/^.*:$$/d' \
-e 's@\.\./bitmaps@$$(BITMAPDIR)@g' ; \
echo '' \
) > /tmp/distdepend.$$$$ && \
mv Makefile.in Makefile.in.bak && \
mv /tmp/distdepend.$$$$ Makefile.in
##############################################################################
#
# DO NOT DELETE: updated by make distdepend
xglock.o: ../config.h
xglock.o: modes.h
xglock.o: logo.h