MatN work for versatile appimage creation for all types of os
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / Makefile.am
1 # Indicate this is not a GNU project and that missing files
2 # should be automatically created in existing subdir "cfg"
3
4 AUTOMAKE_OPTIONS=foreign
5
6 ACLOCAL_AMFLAGS = -I cfg --install
7
8 # PROGRAMS indicate the name of executable(s) to be built.
9 # the prefix "bin" tells the install (if used) where to put it,
10 # bin_PROGRAMS = makeappimage makeappimageplugin
11 bin_PROGRAMS = makeappimage
12
13 # Define which sources a target is made of. No need to specify
14 # include files, they will be picked up by the dependency check.
15 makeappimage_SOURCES = \
16         appdir.cpp \
17         appdir_root_setup.cpp \
18         copyright.cpp \
19         copyright_dpkgquery.cpp \
20         core.cpp \
21         desktopfile.cpp \
22         desktopfileentry.cpp \
23         desktopfilereader.cpp \
24         desktopfilewriter.cpp \
25         elf_file.cpp \
26         log.cpp \
27         main.cpp \
28         pipe_reader.cpp \
29         process.cpp \
30         subprocess.cpp \
31         subprocess_result.cpp