File: makefile

package info (click to toggle)
proguard 6.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,712 kB
  • sloc: java: 97,785; xml: 1,015; sh: 256; makefile: 91
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# GNU/Linux makefile for the ProGuard GUI.

MAIN_CLASS       = proguard/gui/ProGuardGUI
CLASSPATH        = ../core/$(OUT):../retrace/$(OUT)
TARGET           = proguardgui
INCLUDE_MANIFEST = true

include ../buildscripts/functions.mk