Changeset 210

Show
Ignore:
Timestamp:
05/12/04 01:48:44 (5 years ago)
Author:
svn
Message:

Added an op.list file, so the packages can be built under any system supported
by EPM (http://www.easysw.com/epm).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • op/trunk

    • Property svn:ignore set to
      op.list
  • op/trunk/Makefile

    r208 r210  
    7272REG = regexp.o 
    7373OBJ = lex.o main.o atov.o $(REG) 
    74 op: $(OBJ) 
     74op: $(OBJ) op.list 
    7575        $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(LDFLAGS) $(SECURIDLIBDIR) $(OBJ) $(SECURIDLIB) $(LIBS) 
    7676clean: 
    7777        rm -f $(OBJ) op core* lex.c \#* *~ 
     78op.list: op.list.in 
     79        sed -e "s/@VERSION@/`grep VERSION defs.h | cut -d\\\" -f2`/" < op.list.in > op.list 
    7880install: install-prog install-man 
    7981install-prog: