Aegisub/aegisub/src/libresrc/Makefile.inc
Thomas Goyne 3c6e28ec2e Make default_config.h/cpp depend on the json files packed into it
Originally committed to SVN as r6296.
2012-01-14 18:46:33 +00:00

22 lines
651 B
Makefile

SRC += \
libresrc/bitmap.cpp \
libresrc/default_config.cpp \
libresrc/libresrc.cpp
HEADER += \
libresrc/libresrc.h
libresrc/bitmap.cpp libresrc/bitmap.h: ../tools/common-respack
../tools/common-respack bitmaps/manifest.respack libresrc/bitmap.cpp libresrc/bitmap.h
libresrc/default_config.cpp libresrc/default_config.h: ../tools/common-respack libresrc/*.json
../tools/common-respack libresrc/manifest.respack libresrc/default_config.cpp libresrc/default_config.h
CLEANFILES += \
libresrc/bitmap.cpp \
libresrc/bitmap.h \
libresrc/default_config.cpp \
libresrc/default_config.h
GLOBAL_DEPS = libresrc/bitmap.h libresrc/default_config.h