File: Makefile

package info (click to toggle)
skytools 2.1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,060 kB
  • sloc: sql: 6,723; python: 6,654; ansic: 2,841; makefile: 349; sh: 281
file content (11 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11

include ../../../config.mak

MODULE_big = pgq_lowlevel
DATA_built = pgq_lowlevel.sql

SRCS = insert_event.c
OBJS = $(SRCS:.c=.o)

include $(PGXS)