Ignore:
Timestamp:
09/06/01 10:59:19 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Makefile

    r914 r924  
    2323SOLIB    =
    2424CINT     = M
    25 INCLUDES = -I. -Iincl -Ibase -Igui -Idevdrv -Icandrv -Ivideodev -Icatalog
     25INCLUDES = -I. -Imain  -Ibase -Icandrv -Iincl -Igui -Ivideodev -Icatalog
    2626LIBS     = -lpng -lz -L/usr/X11R6/lib -lpthread
    2727
     
    3838#
    3939SUBDIRS = \
     40        main     \
    4041        gui      \
    4142        candrv   \
     
    5253.SUFFIXES: .c .cc .h .o
    5354
    54 SRCFILES = MCosy.cc Starguider.cc
     55SRCFILES =
    5556
    5657SRCS    = $(SRCFILES)
     
    112113        @cd catalog; make mrproper; cd ..
    113114        @echo "cd .."
     115        @echo "cd main"
     116        @cd main; make mrproper; cd ..
     117        @echo "cd .."
    114118
    115119tar:    mrproper
Note: See TracChangeset for help on using the changeset viewer.