Top "Target" questions

In a makefile, targets are associated with a series of commands to execute when an action is requested.

change <a> target to "_blank" depending on href

I'm trying to sort through the links on my page and make some of them open into a new window, …

javascript href target getelementsbytagname
Proper method for wildcard targets in GNU Make

I am trying to write a Makefile with my source and object files separated and I can't seem to figure …

makefile wildcard gnu-make target
iphone: get User Defined variable in Target's setting by code?

My project have multi-targets. Each target has its own Class file for setting stuff. I want to store that Class …

iphone xcode target xcconfig
Force Makefile to execute script before building targets

I am using Makefiles. However, there is a command (zsh script) I want executed before any targets is executed. How …

makefile target
Makefile - Make dependency only if file doesn't exist

Like the title says, I would like to make a dependency only if a certain file does not exist, NOT …

makefile dependencies target file-exists
Alias target name in Makefile

The Problem: Is it possible to give a target a different name or alias, such that it can be invoked …

makefile alias target synonym
Objective C to Swift header file with multiple targets

I'm successfully calling my Swift classes from Objective C (for target 'MyApp') via the import statement: #import "MyApp-Swift.h" I've …

objective-c swift header-files target
Can't change target membership visibility in Xcode 4.5

I currently try to exclude my In-App Purchase logic in an App of mine to make it reusable in other …

ios5 frameworks xcode4.5 membership target
android get Drawable image after picasso loaded

I am using Picasso library to load image from url. The code I used is below. Picasso.with(getContext()).load(…

android callback drawable target picasso
Swift 4 - Setting a minimum deployment target

The current deployment target is 11.0 which is fine. However, I would like to know how I would set a minimum …

ios xcode deployment target minimum