Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
TOP = .
include $(TOP)/configure/CONFIG
DIRS := $(DIRS) configure
DIRS := $(DIRS) pimegaSupport
DIRS := $(DIRS) pimegaApp

pimegaApp_DEPEND_DIRS += pimegaSupport
ifeq ($(BUILD_IOCS), YES)
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocs))
iocs_DEPEND_DIRS += pimegaApp
Expand Down
2 changes: 2 additions & 0 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ CHECK_RELEASE = YES

HOST_OPT=NO

PIMEGA_INCLUDE=/usr/local/include/pimega

# Set this when you only want to compile this application
# for a subset of the cross-compiled target architectures
# that Base is built for.
Expand Down
5 changes: 2 additions & 3 deletions pimegaApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ include $(TOP)/configure/CONFIG
# Build an Support Module
# -------------------------------

USR_INCLUDES += -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include

#INC += pimegaDetector.h
USR_INCLUDES += $(addprefix -I, $(GLIB_INCLUDE))
USR_INCLUDES += $(addprefix -I, $(PIMEGA_INCLUDE))

LIBRARY_IOC_Linux += pimegaDetector

Expand Down
67 changes: 0 additions & 67 deletions pimegaSupport/Makefile

This file was deleted.