diff options
Diffstat (limited to 'meowpp.test/GNUmakefile.targets')
-rw-r--r-- | meowpp.test/GNUmakefile.targets | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meowpp.test/GNUmakefile.targets b/meowpp.test/GNUmakefile.targets index 5671807..056bfa5 100644 --- a/meowpp.test/GNUmakefile.targets +++ b/meowpp.test/GNUmakefile.targets @@ -20,15 +20,15 @@ $(BIN)/oo: $(OBJ)/oo.o $(oo_OBJS) @echo Target: $@... @$(CXX) $^ $(CXXFLAGS) `pkg-config --cflags --libs $(oo_LIBS) 2>/dev/null` -o $@ -TARGETS := $(TARGETS) $(BIN)/rot_bundle -rot_bundle_OBJS := -rot_bundle_LIBS := opencv -$(BIN)/rot_bundle: $(OBJ)/rot_bundle.o $(rot_bundle_OBJS) - @echo Target: $@... - @$(CXX) $^ $(CXXFLAGS) `pkg-config --cflags --libs $(rot_bundle_LIBS) 2>/dev/null` -o $@ +#TARGETS := $(TARGETS) $(BIN)/rot_bundle +#rot_bundle_OBJS := +#rot_bundle_LIBS := opencv +#$(BIN)/rot_bundle: $(OBJ)/rot_bundle.o $(rot_bundle_OBJS) +# @echo Target: $@... +# @$(CXX) $^ $(CXXFLAGS) `pkg-config --cflags --libs $(rot_bundle_LIBS) 2>/dev/null` -o $@ TARGETS := $(TARGETS) $(BIN)/features -features_OBJS := +features_OBJS := $(OBJ)/features_Harris.o features_LIBS := opencv $(BIN)/features: $(OBJ)/features.o $(features_OBJS) @echo Target: $@... |