File: Imakefile

package info (click to toggle)
xconvers 0.4-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 180 kB
  • ctags: 99
  • sloc: ansic: 1,054; makefile: 32; sh: 2
file content (8 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
RGBDBFILE = DefaultRGBDatabase

        SRCS = xconvers.c buildsaddr.c menu_util.c  menu.c file.c text.c misc.c settings.c fallback.c
        OBJS = xconvers.o buildsaddr.o menu_util.o  menu.o file.o text.o misc.o settings.o fallback.o
  SYS_LIBRARIES = -lXm -lXt -lX11

ComplexProgramTarget(xconvers)
InstallAppDefaults(Xconvers)