mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
the directories at the top level but that proved troublesome. The kernel buildsystem and autoconf were conflicting too much. To resolve the issue I moved the kernel bits in to a modules directory which can then only use the kernel build system. We just pass along the likely make targets to the kernel build system. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@11 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
10 lines
277 B
Makefile
10 lines
277 B
Makefile
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
|
|
SUBDIRS = lib cmd modules include scripts
|
|
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub
|
|
CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
|
|
EXTRA_DIST = autogen.sh
|
|
|
|
rpms: dist Makefile
|
|
rpmbuild -ta $(distdir).tar.gz
|
|
|