1/*
2 * Copyright (C) 1990 Regents of the University of California.
3 *
4 * Permission to use, copy, modify, distribute, and sell this software and
5 * its documentation for any purpose is hereby granted without fee,
6 * provided that the above copyright notice appear in all copies and that
7 * both that copyright notice and this permission notice appear in
8 * supporting documentation, and that the name of the University of
9 * California not be used in advertising or publicity pertaining to
10 * distribution of the software without specific, written prior
11 * permission.  the University of California makes no representations
12 * about the suitability of this software for any purpose.  It is provided
13 * "as is" without express or implied warranty.
14 */
15
16LOCAL_LIBRARIES = XawClientLibs
17LINTLIBS = -lXaw -lXt -lX11
18           SRCS = main.c top_setup.c logo_setup.c button_setup.c cdrom_callb.c\
19                  cdrom_freebsd.c internals.c shuffle.c program.c leds.c debug.c
20
21           OBJS = main.o top_setup.o logo_setup.o button_setup.o cdrom_callb.o\
22                  cdrom_freebsd.o internals.o shuffle.o program.o leds.o debug.o
23#ifdef SunArchitecture
24           SRCS = main.c top_setup.c logo_setup.c button_setup.c cdrom_callb.c\
25                  cdrom_sun.c internals.c shuffle.c program.c leds.c debug.c
26
27           OBJS = main.o top_setup.o logo_setup.o button_setup.o cdrom_callb.o\
28                  cdrom_sun.o internals.o shuffle.o program.o leds.o debug.o
29#endif
30#ifdef SGIArchitecture
31LOCAL_LIBRARIES = XawClientLibs -lcdaudio -lds -laudio -lm
32           SRCS = main.c top_setup.c logo_setup.c button_setup.c cdrom_callb.c\
33                  cdrom_sgi.c internals.c shuffle.c program.c leds.c debug.c
34
35           OBJS = main.o top_setup.o logo_setup.o button_setup.o cdrom_callb.o\
36                  cdrom_sgi.o internals.o shuffle.o program.o leds.o debug.o
37#endif
38
39       PROGRAMS = xcdplayer
40
41AllTarget(${PROGRAMS})
42
43ComplexProgramTarget(xcdplayer)
44NormalProgramTarget(cdinfo, cdinfo.o,,,)
45NormalProgramTarget(cdgrab, cdgrab.o,,,)
46InstallAppDefaults(XCdplayer)
47