# This file is part of GNU Parted # Copyright (C) 1999-2001, 2007-2009 Free Software Foundation, Inc. # # This file may be modified and/or distributed without restriction. if COMPILE_FOR_S390 S390_SRCS = dasd.c fdasd.c vtoc.c else S390_SRCS = endif AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) partedincludedir = \ -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libparted noinst_LTLIBRARIES = liblabels.la liblabels_la_SOURCES = \ $(S390_SRCS) \ aix.c \ bsd.c \ dos.c \ dvh.c \ dvh.h \ efi_crc32.c \ gpt.c \ loop.c \ mac.c \ misc.h \ pc98.c \ pt-tools.c \ pt-tools.h \ rdb.c \ sun.c liblabels_la_LIBADD = $(OS_LIBS) $(INTLLIBS) INCLUDES = $(partedincludedir) $(INTLINCS) MAINTAINERCLEANFILES = Makefile.in