Commit 6ab147ae authored by Marco Bartolini's avatar Marco Bartolini
Browse files

removed unused objects from makefile

parent cd983a78
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
# mbartolini  17/02/15  created
#

EXECUTABLES_L   = compilation_test single_component
EXECUTABLES_L   = compilation_test
compilation_test_OBJECTS    = compilation_test
compilation_test_LIBS       = IRALibrary \
                              ManagmentDefinitionsStubs \
@@ -51,11 +51,6 @@ compilation_test_LIBS = IRALibrary \
                              ReceiversErrors \
                              BackendsErrors 

single_component_OBJECTS = single_component
single_component_LIBS = SchedulerStubs IRALibrary ManagmentDefinitionsStubs \
                        AntennaDefinitionsStubs \
                        ManagementErrors ComponentErrors

#
# Includes (.h) files (public only)
# ---------------------------------