File: Makefile.am

package info (click to toggle)
gobby 0.6.0-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,872 kB
  • sloc: cpp: 19,417; ansic: 12,094; sh: 4,162; makefile: 417; xml: 42
file content (19 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
gobby_0_5_SOURCES += \
	code/operations/operations.cpp \
	code/operations/operation-delete.cpp \
	code/operations/operation-export-html.cpp \
	code/operations/operation-new.cpp \
	code/operations/operation-open.cpp \
	code/operations/operation-open-multiple.cpp \
	code/operations/operation-save.cpp \
	code/operations/operation-subscribe-path.cpp

noinst_HEADERS += \
	code/operations/operations.hpp \
	code/operations/operation-delete.hpp \
	code/operations/operation-export-html.hpp \
	code/operations/operation-new.hpp \
	code/operations/operation-open.hpp \
	code/operations/operation-open-multiple.hpp \
	code/operations/operation-save.hpp \
	code/operations/operation-subscribe-path.hpp