You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piklab/src/Makefile.am

11 lines
394 B

INCLUDES = $(all_includes)
METASOURCES = AUTO
SUBDIRS = common xml_to_data devices piklab-hex coff piklab-coff progs piklab-prog tools data libgui piklab piklab-test
messages:
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.c`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST --from-code=UTF-8 -o $(podir)/piklab.pot; \
fi