## Copyright (C) 2001-2005 Peter Selinger. ## This file is part of psdim. It is free software and it is covered ## by the GNU general public license. See the file COPYING for details. ## Process this file with automake to produce Makefile.in bin_PROGRAMS = psdim EXTRA_DIST = getopt.c getopt1.c getopt.h psdim_SOURCES = main.c main.h psdim.c psdim.h format.c format.h psdim_LDADD = @EXTRA_OBJS@ psdim_DEPENDENCIES = @EXTRA_OBJS@ # The following dependencies were generated with # makedepend -DHAVE_CONFIG_H -I.. -f- -Y *.c # DO NOT DELETE format.o: main.h format.h getopt1.o: ../config.h getopt.h getopt.o: ../config.h getopt.h main.o: getopt.h ../config.h main.h psdim.h format.h psdim.o: ../config.h main.h psdim.h