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.
tdevelop/languages/java/app_templates/kappjava/src-Makefile.am

19 lines
438 B

## Makefile.am for %{APPNAMELC}
JAVAROOT = .
# which sources should be compiled for %{APPNAMELC}
java_JAVA = %{APPNAME}.java %{APPNAME}View.java \
%{APPNAME}Preferences.java
KDE_ICON = %{APPNAMELC}
# this is where the kdelnk file will go
kdelnkdir = $(kde_appsdir)/Utilities
kdelnk_DATA = %{APPNAMELC}.desktop
# this is where the XML-GUI resource file goes
rcdir = $(kde_datadir)/%{APPNAMELC}
rc_DATA = %{APPNAMELC}ui.rc