AVT相机arm版本SDK
This commit is contained in:
23
Vimba_6_0/VimbaC/Examples/Build/Make/Makefile
Normal file
23
Vimba_6_0/VimbaC/Examples/Build/Make/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
EXAMPLES_DIR = ../..
|
||||
MAKE_INCLUDE_DIR = $(CURDIR)
|
||||
|
||||
include $(MAKE_INCLUDE_DIR)/Common.mk
|
||||
|
||||
EXAMPLES = ActionCommands \
|
||||
AsynchronousGrab \
|
||||
ForceIP \
|
||||
ListCameras \
|
||||
ListFeatures \
|
||||
ListAncillaryDataFeatures \
|
||||
SynchronousGrab \
|
||||
LoadSaveSettings
|
||||
|
||||
make_%: $(EXAMPLES_DIR)/%/Build/Make/Makefile
|
||||
$(MAKE) -C $(EXAMPLES_DIR)/$*/Build/Make
|
||||
|
||||
clean_%: $(EXAMPLES_DIR)/%/Build/Make/Makefile
|
||||
$(MAKE) -C $(EXAMPLES_DIR)/$*/Build/Make clean
|
||||
|
||||
all: $(foreach example,$(EXAMPLES),make_$(example))
|
||||
|
||||
clean: $(foreach example,$(EXAMPLES),clean_$(example))
|
||||
Reference in New Issue
Block a user