25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdeio/tdeioexec/Makefile.am

20 lines
513 B

AM_CPPFLAGS = $(all_includes)
bin_PROGRAMS = tdeioexec
tdeioexec_SOURCES = main.cpp
tdeioexec_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdeioexec_LDADD = $(LIB_TDEIO)
noinst_HEADERS = main.h
METASOURCES = AUTO
messages:
$(XGETTEXT) $(tdeioexec_SOURCES) -o $(podir)/tdeioexec.pot
install-exec-local:
@rm -f $(DESTDIR)$(bindir)/kfmexec
@$(LN_S) tdeioexec $(DESTDIR)$(bindir)/kfmexec
include $(top_srcdir)/admin/Doxyfile.am