38 lines
1.5 KiB
Text
38 lines
1.5 KiB
Text
$NetBSD: patch-Makefile.in,v 1.3 2014/01/14 17:07:37 prlw1 Exp $
|
|
|
|
--- Makefile.in.orig 2008-12-10 19:24:48.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -92,12 +92,12 @@ OBJ_CRYPT = net/crypt-rijndael.o @V_OBJ_
|
|
CODEC_LIB = @V_CODEC_LIB@ codec/tmndec/libh263.a codec/tmn-x/libh263coder.a
|
|
|
|
LIB = $(LIB_GRABBER) @V_LIB_TK@ @V_LIB_TCL@ @V_LIB_X11@ @V_LIB@ $(CODEC_LIB) $(VIDEO_LIB) \
|
|
- ../common/src/libuclmmbase.a -lm -lz -lpthread @V_LIB_FFMPEG@ @V_LIB_X264@
|
|
+ -luclmmbase -lm -lz -lpthread @V_LIB_FFMPEG@ @V_LIB_X264@
|
|
|
|
|
|
INCLUDE = $(INCLUDE_MISC) $(INCLUDE_GRABBER) $(INCLUDE_TK) $(INCLUDE_TCL) \
|
|
$(INCLUDE_X11) $(MD_INC) -Icodec/jpeg -Icodec/p64 -I.
|
|
-DEFINE = @V_DEFINE@ -DED_YBITS=$(ED_YBITS) -DSIGRET=@V_SIGRET@ -DNLAYER=8 -D_GNU_SOURCE
|
|
+DEFINE = @V_DEFINE@ -DED_YBITS=$(ED_YBITS) -DSIGRET=@V_SIGRET@ -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT
|
|
BFLAGS = $(DEFINE) $(INCLUDE)
|
|
CFLAGS = $(CCOPT) $(BFLAGS)
|
|
|
|
@@ -349,15 +349,9 @@ ppmtolut: render/ppmtolut/ppmtolut.c
|
|
$(CC) -o $@ $(CFLAGS) render/ppmtolut/ppmtolut.c -lm $(STATIC)
|
|
|
|
install: force
|
|
- cp vic @prefix@/bin/vic
|
|
- chown bin @prefix@/bin/vic
|
|
- chgrp bin @prefix@/bin/vic
|
|
- chmod 555 @prefix@/bin/vic
|
|
- cp vic.1 @prefix@/man/vic.1
|
|
- cp histtolut @prefix@/bin/histtolut
|
|
- chown bin @prefix@/bin/histtolut
|
|
- chgrp bin @prefix@/bin/histtolut
|
|
- chmod 555 @prefix@/bin/histtolut
|
|
+ ${BSD_INSTALL_PROGRAM} vic ${DESTDIR}@prefix@/bin
|
|
+ ${BSD_INSTALL_MAN} vic.1 ${DESTDIR}@prefix@/man/man1
|
|
+ ${BSD_INSTALL_PROGRAM} histtolut ${DESTDIR}@prefix@/bin
|
|
|
|
clean:
|
|
rm -f *.o codec/jpeg/*.o codec/p64/*.o codec/h263/*.o \
|