# Generated automatically from Makefile.in by configure.
SHELL = /bin/sh
srcdir = .
PLATFORM = Linux-ix86
PLATFORM_DIR = ../${PLATFORM}
CC = /home/tal00r/src/apbuild/apgcc
.SUFFIXES:
.SUFFIXES: .c .o

PKG_CONFIG = pkg-config
LIBS = 

CFLAGS = -g -O2 -Wall `${PKG_CONFIG} --cflags gtk+-2.0 libwnck-1.0 libxml-2.0`
LDFLAGS =  ${LIBS} `${PKG_CONFIG} --libs gtk+-2.0 libwnck-1.0 libxml-2.0`
EXEC = ${PLATFORM_DIR}/${PROG}

############ Things to change for different programs

PROG = Pager

SRCS = choices.c gui_support.c main.c options.c rox_gettext.c

OBJECTS = choices.o gui_support.o main.o options.o rox_gettext.o

############ Things to keep the same

${EXEC}: ${PLATFORM_DIR} ${OBJECTS}
	${CC} -o ${EXEC} ${OBJECTS} ${LDFLAGS}

${PLATFORM_DIR}:
	mkdir ${PLATFORM_DIR}

clean:
	rm -f *.o Makefile.bak

depend:
	makedepend -- ${CFLAGS} -- ${SRCS}

Makefile: Makefile.in config.status
	./config.status

config.h: config.h.in
	./config.status

config.status: configure
	./configure --with-platform="${PLATFORM}" --enable-rox

configure: configure.in
	autoconf
