MatN work for versatile appimage creation for all types of os
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / Makefile.am
diff --git a/cinelerra-5.1/tools/makeappimagetool/Makefile.am b/cinelerra-5.1/tools/makeappimagetool/Makefile.am
new file mode 100644 (file)
index 0000000..9eea525
--- /dev/null
@@ -0,0 +1,31 @@
+# Indicate this is not a GNU project and that missing files
+# should be automatically created in existing subdir "cfg"
+
+AUTOMAKE_OPTIONS=foreign
+
+ACLOCAL_AMFLAGS = -I cfg --install
+
+# PROGRAMS indicate the name of executable(s) to be built.
+# the prefix "bin" tells the install (if used) where to put it,
+# bin_PROGRAMS = makeappimage makeappimageplugin
+bin_PROGRAMS = makeappimage
+
+# Define which sources a target is made of. No need to specify
+# include files, they will be picked up by the dependency check.
+makeappimage_SOURCES = \
+       appdir.cpp \
+       appdir_root_setup.cpp \
+       copyright.cpp \
+       copyright_dpkgquery.cpp \
+       core.cpp \
+       desktopfile.cpp \
+       desktopfileentry.cpp \
+       desktopfilereader.cpp \
+       desktopfilewriter.cpp \
+       elf_file.cpp \
+       log.cpp \
+       main.cpp \
+       pipe_reader.cpp \
+       process.cpp \
+       subprocess.cpp \
+       subprocess_result.cpp