X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2FMakefile;h=55f4d53bcb7002d7c6245aef61fb5cba2ef4059e;hp=bff47f5bd2f818d95bed640ba42229c6400625c4;hb=5d58a08423953756871493042a9cfff032b66e18;hpb=0051984495aa2a5ed61224a7618f5bbd04311f7a;ds=sidebyside diff --git a/pctb/Makefile b/pctb/Makefile index bff47f5..55f4d53 100644 --- a/pctb/Makefile +++ b/pctb/Makefile @@ -1,5 +1,11 @@ -LDLIBS += -lnetpbm CFLAGS += -Wall -Wwrite-strings -Wpointer-arith -Wmissing-prototypes \ - -Wstrict-prototypes + -Wstrict-prototypes -Werror -g -all: convert +all: convert x-manip-window + +CONVERT_OBJS= convert.o ocr.o pages.o + +convert: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 +$(CONVERT_OBJS): ocr.h + +x-manip-window: -lXtst -lX11