X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-misc.git;a=blobdiff_plain;f=Makefile;h=f5a8fe4faeddc140a0adc3a31abb07a6e42b1119;hp=b77ba5a33679af0cb2fd8df0d0ad7d679dca1df5;hb=9179a68e9f79d99534111f09971c2ad434990843;hpb=ef1736dc4fa9679f76f795bbef6139e3ea96797e;ds=sidebyside diff --git a/Makefile b/Makefile index b77ba5a..f5a8fe4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS += -Wall -O2 LDFLAGS += -s INSTALL ?= bin -BIN = op_runfbapp op_gammatool +BIN = op_runfbapp op_gammatool op_test_inputs ofbset all: $(BIN) @@ -13,6 +13,7 @@ clean: $(RM) *.o $(BIN) op_runfbapp: LDFLAGS += -lpthread -lX11 +op_test_inputs: LDFLAGS += -lts $(INSTALL): mkdir -p $(INSTALL) @@ -20,4 +21,7 @@ $(INSTALL): install: $(INSTALL) $(BIN) cp op_runfbapp $(INSTALL)/ cp op_gammatool $(INSTALL)/op_gammatool_bin - cp scripts/op_gammatool $(INSTALL)/op_gammatool + cp op_test_inputs $(INSTALL)/op_test_inputs_bin + cp ofbset $(INSTALL)/ + cp scripts/op_gammatool $(INSTALL)/ + cp scripts/op_test_inputs $(INSTALL)/