Commit 1e1a1bb6 authored by raburton's avatar raburton

set eol-style native on new files

parent b827c29b
WXDIR = $(WXWIN) WXDIR = $(WXWIN)
TARGET = libkbool.a TARGET = libkbool.a
all: $(TARGET) all: $(TARGET)
include makefile.include include makefile.include
$(TARGET): $(OBJECTS) makefile.include $(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS) ar ruv $@ $(OBJECTS)
ranlib $@ ranlib $@
clean: clean:
rm -f *.bak rm -f *.bak
rm -f *.o rm -f *.o
rm -f $(TARGET) rm -f $(TARGET)
WXDIR = $(WXWIN) WXDIR = $(WXWIN)
TARGET = libkbool.a TARGET = libkbool.a
all: $(TARGET) all: $(TARGET)
include makefile.include include makefile.include
$(TARGET): $(OBJECTS) makefile.include $(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS) ar ruv $@ $(OBJECTS)
ranlib $@ ranlib $@
clean: clean:
rm -f *.bak rm -f *.bak
rm -f *.o rm -f *.o
rm -f $(TARGET) rm -f $(TARGET)
OBJECTS =\ OBJECTS =\
booleng.o\ booleng.o\
graph.o\ graph.o\
graphlst.o\ graphlst.o\
line.o\ line.o\
link.o\ link.o\
lpoint.o\ lpoint.o\
node.o\ node.o\
record.o\ record.o\
scanbeam.o scanbeam.o
WXDIR = $(WXWIN) WXDIR = $(WXWIN)
TARGET = libkbool.a TARGET = libkbool.a
all: $(TARGET) all: $(TARGET)
include makefile.include include makefile.include
$(TARGET): $(OBJECTS) makefile.include $(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS) ar ruv $@ $(OBJECTS)
ranlib $@ ranlib $@
clean: clean:
rm -f *.bak rm -f *.bak
rm -f *.o rm -f *.o
rm -f $(TARGET) rm -f $(TARGET)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment