X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=pctb%2FMakefile;h=93e5860bdff3338e7e8af63eb31dbb90f35d761d;hp=a993776b19973812cae6e7ca1d1b444faafb4123;hb=74e4e249f2c3e848592984cb193aded6a77a341d;hpb=52210ae670b22ce2d187bd2dc943fd8ae3f4a8c0 diff --git a/pctb/Makefile b/pctb/Makefile index a993776..93e5860 100644 --- a/pctb/Makefile +++ b/pctb/Makefile @@ -1,3 +1,28 @@ + +# This is part of ypp-sc-tools, a set of third-party tools for assisting +# players of Yohoho Puzzle Pirates. +# +# Copyright (C) 2009 Ian Jackson +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Yohoho and Puzzle Pirates are probably trademarks of Three Rings and +# are used without permission. This program is not endorsed or +# sponsored by Three Rings. + + +CC= gcc OPTIMISE= -O2 WERROR= -Werror WARNINGS= -Wall -Wwrite-strings -Wpointer-arith -Wmissing-prototypes \ @@ -6,16 +31,16 @@ DEBUG=-g CFLAGS += $(WARNINGS) $(WERROR) $(OPTIMISE) $(DEBUG) -TARGETS= convert x-manip-window +TARGETS= ypp-commodities all: $(TARGETS) -CONVERT_OBJS= convert.o ocr.o pages.o structure.o common.o +CONVERT_OBJS= convert.o ocr.o pages.o structure.o common.o rgbimage.o -convert: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 -$(CONVERT_OBJS): ocr.h convert.h structure.h +ypp-commodities: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) -x-manip-window: -lXtst -lX11 +$(CONVERT_OBJS): ocr.h convert.h structure.h common.h clean: - rm -f $(TARGETS) *.o core core.* + rm -f $(TARGETS) *.o core core.* *~ t t.* u u.* ./#pages#.ppm