1N/A# Makefile for sample program illustrating use of C binding for
COM/XPCOM.
1N/A# Copyright (C) 2009-2014 Oracle Corporation
1N/A# This file is part of VirtualBox Open Source Edition (OSE), as
1N/A# you can redistribute it
and/or modify it under the terms of the GNU
1N/A# General Public License (GPL) as published by the Free Software
1N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
1N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1N/Aifeq ($(BUILD_PLATFORM),win)
1N/AGLUE_INC = -I$(GLUE_DIR)
1N/A $(CC) -o $@ $^ -ldl -lpthread
1N/A $(CC) $(CFLAGS) $(CAPI_INC) $(PLATFORM_INC) $(GLUE_INC) -o $@ -c $<
1N/A $(CC) $(CFLAGS) $(CAPI_INC) $(PLATFORM_INC) $(GLUE_INC) -o $@ -c $<
1N/A $(CC) $(CFLAGS) $(CAPI_INC) $(PLATFORM_INC) $(GLUE_INC) -o $@ -c $<