/[ofm]/ofm/Makefile
ViewVC logotype

Diff of /ofm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by MarcusvA, Wed Jan 15 19:13:21 2003 UTC revision 1.12 by eses, Sat Jan 18 23:34:37 2003 UTC
# Line 1  Line 1 
1  MAKE=gmake  MAKE=make
2  bindir=$(prefix)/bin  bindir=$(prefix)/bin
3  # remove -L/lib/ if you are using MacOS  # remove -L/lib/ if you are using MacOS
4  LIBS = -L/lib/ -lcurses -lmenu  LIBS = -L/lib/ -lcurses -lmenu
5  GCC = gcc  GCC = gcc
6  CFLAGS = -pedantic -Wall  CFLAGS = -pedantic -Wall
7  OPT_FLAGS = -s  OPT_FLAGS = -s
8  DEBUG_FLAGS = -g -DDEBUG  DEBUG_FLAGS = -g -DDEBUG -O0
9  MODULE= -DMODULE  MODULE= -DMODULE
10  ALL_CFLAGS = $(CFLAGS) $(OPT_FLAGS)  ALL_CFLAGS = $(CFLAGS) $(OPT_FLAGS)
11  SRC=misc.c fildir.c stack.c dialogs.c menu.c subshell.c iface.c ofm.c  SRC=misc.c fildir.c stack.c dialogs.c menu.c subshell.c iface.c ofm.c
# Line 68  editor: Line 68  editor:
68           cd ../; $(MAKE) editor-install           cd ../; $(MAKE) editor-install
69    
70  editor-install:  editor-install:
         cp ofe/ofe $(bindir)/ofe  
71            cp ofe/ofe $(bindir)/ofe

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26