File: Makefile.mk

package info (click to toggle)
ola 0.10.9.nojsmin-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,440 kB
  • sloc: cpp: 132,294; python: 14,445; javascript: 7,109; sh: 4,713; ansic: 2,189; java: 518; xml: 253; makefile: 175
file content (13 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# LIBRARIES
##################################################
common_libolacommon_la_SOURCES += \
    common/timecode/TimeCode.cpp

# TESTS
##################################################
test_programs += common/timecode/TimeCodeTester

common_timecode_TimeCodeTester_SOURCES = common/timecode/TimeCodeTest.cpp
common_timecode_TimeCodeTester_CXXFLAGS = $(COMMON_TESTING_FLAGS)
common_timecode_TimeCodeTester_LDADD = $(COMMON_TESTING_LIBS)