about summary refs log tree commit diff
path: root/urt/Makefile
blob: 8c85dab4c54d610ccc48d2df9a4067cecf3e30e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ifeq ($(SRCDIR)x,x)
  SRCDIR = $(CURDIR)/..
  BUILDDIR = $(SRCDIR)
endif
SUBDIR = urt
VPATH=.:$(SRCDIR)/$(SUBDIR)

default: all

include $(BUILDDIR)/config.mk

LIBOBJECTS = Runput.o cmd_name.o \
	rle_addhist.o rle_getcom.o rle_getrow.o rle_getskip.o \
	rle_global.o rle_hdr.o rle_open_f.o rle_putcom.o rle_putrow.o \
	rle_row_alc.o \
	vaxshort.o     

MERGE_OBJECTS =

OMIT_URT_RULE = 1
include $(SRCDIR)/common.mk

all: librle.a

librle.a: $(LIBOBJECTS)
	rm -f $@
	$(AR) rc $@ $^
	$(RANLIB) $@

# Rule for objects.
$(LIBOBJECTS): %.o: %.c importinc
	$(CC) -c $(INCLUDES) -o $@ $< $(CFLAGS_ALL)

BINARIES =
SCRIPTS =