#!smake # PC�ǥ���ץ������ Makefile include $(ROOT)/usr/include/make/PRdefs APPDIR = eeptest TEXTFILES = Makefile asci.c cfb1.c eeptest.c eeptest.h graph.c graph.h \ nu64sys.c nu64sys.h spec thread.h BINFILES = SUBDIRS = ERASELINE = 'install' ENDLINE = 'This is dummy' LDIRTV = FILES = $(TEXTFILES) $(BINFILES) default: $(INSTALL) -m 666 -F /PR/apps.pc/$(APPDIR) $(FILES) perl $(ROOT)/PR/apps.released/mkPCmake.pl Makefile > \ $(ROOT)/PR/apps.pc/$(APPDIR)/Makefile # ( \ # cd $(ROOT)/PR/apps.pc/$(APPDIR) ; \ # for i in $(TEXTFILES) ; do ( \ # to_dos $$i /tmp/__pctmp ; \ # euctosjis /tmp/__pctmp > $$i ; \ # rm -f /tmp/__pctmp )\ # done ; \ # ) cp $(ROOT)/PR/apps.released/__elfcom.c $(ROOT)/PR/apps.pc/$(APPDIR) clean clobber: rm -rf $(ROOT)/PR/apps.pc/$(APPDIR)